www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\admindown\D_edit_sev.asp

    <%


'**************************************************************
' 新动软网站管理系统
' 官方网站: http://www.aspcpu.com
' 系统作者: 阮丁远(网名:天下程序)
' Copyright 新动软网站管理系统 版权所有
'**************************************************************


%>





<LINK href="../css.css" type=text/css rel=stylesheet>
<%

dir_set="../../"


%>


<!--#include file=../../inc/conn.asp-->
<!--#include file=../../inc/Functionb.asp-->

<!--#include file=../../inc/ajaxLIB.asp-->

<!--#include file=../inc/checkadmin2.asp-->

<!--#include file=../../inc/functionFiless.asp-->


<!--#include file=inc_lanmu_bl.asp-->


<%
AJAXshowLoader()


%>



<style type="text/css">
<!--
.STYLE3 {
	color: #FFFFFF;
	font-weight: bold;
}
-->
</style>

<br />
<div  id="l_list" style="filter:blendTrans(duration=1);  width:774px; z-index:-1; border: 1px dashed #999999;left: 3px; top: 120px; height: 121px;width:730px">

<form action="D_chk_edit_sev.asp" method="post" target="_self">
<table  height="30" width=730 border="0" cellpadding="2" cellspacing="0" bordercolor="#999999" style="border:#999999 1px">

<tr>

<td>

<table  height="30" width=730 border="0" cellpadding="0" cellspacing="0" bordercolor="#999999">


	<%
biao="[ND_down_server]"
biaog="[ND_userGroup]"
sys_content_type=trim(request("sys_content_type"))




set rs44g=server.CreateObject("adodb.recordset")
rs44g.open "select * from ND_channel where sys_content_type_name='"&sys_content_type&"' and lanmu_type='"&lanmu_taba&"'",conn,1,1
if find_dataw(lanmu_taba,rs44g("id"),7)<>"1" and qx_if_max=0 then
response.redirect "../D_suodinguser.asp"
end if







pid=request("pid")&""




set rs22=server.CreateObject("adodb.recordset")
rs22.open "select * from "&biao&" where id="&request("id"),conn,1,1

%>



<script language="javascript">
function show1(yn){
ss=yn;
if (ss=="1"){
document.getElementById("classurl1").style.display='';
}
else
{
document.getElementById("classurl1").style.display='none';
}


}

</script>


<tr>
<td height="30" align="center" class="adminth" colspan="2"><span class="STYLE3">修改</span></td>
</tr>

<tr>
<td width="161" height="30" align="center" bgcolor="#ffffff">服务器名称:  </td>
<td width="587" height="30" align="left" bgcolor="#EDF8FE"><input type="text" size=25 value="<%=rs22("Name")%>" name="nme"/></td>
</tr>








<tr>
<td width="161" height="30" align="center" bgcolor="#ffffff">顺序号:  </td>
<td width="587" height="30" align="left" bgcolor="#EDF8FE">
<input type="text" size=10 value="<%=rs22("orders")%>" name="orders"/></td>
</tr>


<tr>
<td width="161" height="30" align="center" bgcolor="#ffffff">服务器路径:  </td>
<td width="587" height="30" align="left" bgcolor="#EDF8FE">
<input type="text" size=50 value="<%=rs22("DownloadPath")%>" name="pppp"/></td>
</tr>






<tr>
<td width="161" height="30" align="center" bgcolor="#ffffff">是否转向连接:  </td>
<td width="587" height="30" align="left" bgcolor="#EDF8FE">
<input type="radio" name="isoutLink"  value="0"  onclick="show1(0)" <%if rs22("is_outlink")="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="isoutLink"  onclick="show1(1)" value="1" <%if rs22("is_outlink")="1" then response.write "checked"%>> 是</td>
</tr>





<tr  id="classurl1" style="display:none">
<td width="161" height="30" align="center" bgcolor="#ffffff">转向连接URL  </td>
<td width="587" height="30" align="left" bgcolor="#EDF8FE">
<input type="text" name="TurnLinkUrl" size="45" value="<%=rs22("outlink_url")%>"></td>
</tr>

<script  language="javascript">
sss=document.getElementById("classurl1");
<%if rs22("is_outlink")="1" then response.write "sss.style.display='';"%>


</script>


























<tr>
<td align="center" colspan="2">

<input type="hidden" name="id"  value="<%=request("id")%>">

<input type="hidden" name="sys_content_type"  value="<%=request("sys_content_type")%>">


<input type="button" onClick="javascript:history.go(-1)" value="返回上一页" name="B1" class=Button>&nbsp;&nbsp;
		<input type="submit" value="修 改" name="B2" class=Button></td>
</tr>
</table>


</td>
</tr>
</table>

</form>
</div>






<script language=javascript>
AJAXfade(1,'l_list')
</script>


<%
AJAXcloseLoader()
%>